getOverScrollMode
Deprecated
Call getOverScrollMode directly. This method will be removed in a future release.
Returns the over-scroll mode for this view. The result will be one of OVER_SCROLL_ALWAYS (default), OVER_SCROLL_IF_CONTENT_SCROLLS (allow over-scrolling only if the view content is larger than the container), or OVER_SCROLL_NEVER.
Return
This view's over-scroll mode.
Parameters
view
The View against which to invoke the method.